home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / utility / ath_hwr1.zip / README.TXT < prev   
Text File  |  1996-07-11  |  928b  |  32 lines

  1. [ Hacker Style Text reader <-||-> executable maker v1.0.0beta ]
  2. [ FREEWARE! ]
  3.  
  4. This program compiles a textfile to an executable form. After compilation
  5. the user can execute the newly created file. This provides him with
  6. a hacker style text viewer linked with the textfile to be read.
  7.  
  8. To create the executable you will need the following files in one directory:
  9. - MAKER.EXE
  10. - ATH_HWR.BIN
  11. - a plain text file
  12.  
  13. The text file should have the following format for best results:
  14. 1 Page = 23 lines
  15. 1 line = 80 characters
  16.  
  17. (Note! Text file should be of reasonable size.)
  18.  
  19. To create the executable simply type:
  20.  
  21. MAKER textfile.with_extention output_file_name.exe
  22.  
  23. e.g.:  MAKER readme.txt runme.exe
  24.  
  25. If all goes well you should now have an executable file called runme.exe
  26. It is important that you DON'T change its name!!!! To change the filename
  27. you have to recompile.
  28.  
  29. Have FuN!
  30. ath@belka.bl.pg.gda.pl
  31.  
  32.